home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000382_anthonypieper@cs.com_Wed Nov 5 15:26:56 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: anthonypieper@cs.com (newexpectuser)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Atomic file movement in Kermit
  5. Date: 5 Nov 2003 04:24:00 -0800
  6. Organization: http://groups.google.com
  7. Lines: 35
  8. Message-ID: <f0bb0f39.0311050424.65e95d47@posting.google.com>
  9. References: <f0bb0f39.0311040847.505a54ee@posting.google.com> <bo8mar$a75$1@newsmaster.cc.columbia.edu>
  10. NNTP-Posting-Host: 209.251.39.194
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1068035041 7924 127.0.0.1 (5 Nov 2003 12:24:01 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Wed, 5 Nov 2003 12:24:01 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14638
  17.  
  18. is there a specific article about how to do this ?..I was wondering if
  19. there is some option in the K95 GUI/Dialer to do this ?
  20. Jeffrey Altman <jaltman@columbia.edu> wrote in message news:<bo8mar$a75$1@newsmaster.cc.columbia.edu>...
  21. > Please read 
  22. >   http://www.kermit-project.org/skermit.html
  23. > which describes the use of C-Kermit as an OpenSSH subsystem for 
  24. > file transfer instead of SFTP.  SFTP does not support atomic file
  25. > transactions, Kermit protocol does.
  26. > Jeffrey Altman
  27. > Kermit 95 Author
  28. > Volunteer
  29. > newexpectuser <anthonypieper@cs.com> wrote:
  30. > : Can any of the SSH clients of Kermit do Atomic file movement like the
  31. > : FTP version ?
  32. >  
  33. > : I have am trying to run a script on a Linux box, open a connection to
  34. > : a secure server, get all the files in a directory, then delete the
  35. > : files after they have been transfered successfully.
  36. >  
  37. > : I seem to be able to find some SSH clients out there, but I need ALL
  38. > : the following to be able to be done:
  39. >  
  40. > : 1) Able to script the SSH client
  41. > : 2) Able to have the SSH client run on a schedule 
  42. > : 3) Able to pass the password (no key authentication)
  43. > : 4) SSH client must be able to create a log file
  44. > : 5) ABLE TO DELETE file from remote system, once it has been
  45. > : successfully transfered to the host system.
  46. >  
  47. > : Thanks in advance
  48.